InsertTextRequest

data class InsertTextRequest(text: String)

Represents request frame that can be used with Input#insertText operation call.

This method emulates inserting text that doesn't come from a key press, for example an emoji keyboard or an IME.

See also

Constructors

InsertTextRequest
Link copied to clipboard
fun InsertTextRequest(text: String)

Properties

text
Link copied to clipboard
val text: String
The text to insert.

Sources

jvm source
Link copied to clipboard